Q3SpotLight_New
You can use theQ3SpotLight_New
function to create a new spot light.
TQ3LightObject Q3SpotLight_New ( const TQ3SpotLightData *spotLightData);
spotLightData
- A pointer to a spot light data structure.
DESCRIPTION
TheQ3SpotLight_New
function returns, as its function result, a new spot light having the characteristics specified by thespotLightData
parameter.